home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Professional Fonts & Clip Art CD-ROM
/
The Professional Fonts & Clip Art CD-ROM v1.0.iso
/
fonts
/
iff
/
colour
/
dms
/
var0932.dms
/
var0932.adf
/
MAKEUNUSUAL
< prev
next >
Wrap
Text File
|
1987-08-09
|
798b
|
32 lines
; UNUSUAL FONTS DISK CREATOR
; This EXECUTE file creates a special FONTS disk for use by other programs
; You must have a blank, formatted disk named "FONTS" available
; ie. FORMAT DRIVE DF1: NAME FONTS
cd fonts#1:unusual
copy #? to ram:
makedir ram:Greek
makedir ram:Keys
makedir ram:Lo-Res1
makedir ram:Lo-Res2
makedir ram:MathI
makedir ram:MathII
makedir ram:PC-Clone
makedir ram:Prime
makedir ram:schalt18
copy greek to ram:greek
copy keys to ram:keys
copy lo-res1 to ram:lo-res1
copy lo-res2 to ram:lo-res2
copy mathI to ram:mathI
copy mathII to ram:mathII
copy pc-clone to ram:pc-clone
copy prime to ram:prime
copy schalt18 to ram:schalt18
cd RAM:
echo "You MUST insert a blank, formatted disk named "FONTS" into any drive."
echo "Then type:"
echo " COPY RAM: to FONTS: ALL"